tools/ocaml: libxc bindings: Fix SBDF encoding
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 11 Jan 2013 12:22:29 +0000 (12:22 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 11 Jan 2013 12:22:29 +0000 (12:22 +0000)
commit28ae1705384b6134c05ddcdb0f7572a92a3ea368
tree28fdda2f6658160ec5aec1c531aab97de40961b8
parentf80b09c08b2a97dfcd51cc6dc809519f74ab90cc
tools/ocaml: libxc bindings: Fix SBDF encoding

Changeset 23861:ec7c81fbe0de alters the SBDF encoding expected by the
DOMCTL_{de,}assign_device hypercalls.

While it updates libxl, libxc and the python bindings, the ocaml
bindings got missed.  As a result, any attempt to use PCI Passthrough
with Xen-4.2 and later will fail.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/ocaml/libs/xc/xenctrl_stubs.c